home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_87974.txt < prev    next >
Text File  |  1989-09-06  |  1KB  |  58 lines

  1. -- card: 87974 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=459 top=196 right=213 bottom=478
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setCrossReference
  23.   go to card id 42102
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part contents for background part 1
  30. ----- text -----
  31. subtract <source> from <destination>
  32.  
  33. Subtracts the number in the source from the number in the destination and puts the answer in the destination.  The same as Put <destination> - <source> into <destination>.  Note that the order of the numbers is backwards from using a minus sign (A-B is written Subtract B from A).  Destination must be a container*.
  34.  
  35. Subtract 5 from total
  36. subtract field 1 from field 2
  37.  
  38.  
  39. -- part contents for background part 2
  40. ----- text -----
  41. Subtract
  42.  
  43. -- part contents for background part 44
  44. ----- text -----
  45. Form
  46.  
  47. What it does
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54. Examples
  55.  
  56. -- part contents for background part 43
  57. ----- text -----
  58. 337,122